﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "Futura";
    src: url('../font/FuturaBT-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SRegular";
    src: url('../font/SourceHanSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
 /* header */
header{
    width:100%;
    position: relative;
    z-index: 10;
}
.header-topm{
    height: 106px;
}
.logo{
    float: left;
    margin-top: 19px;
}
.header-topr{
    float: right;
    display: flex;
    margin-top: 42px;
}
.header-langul{
    display: flex;
}
.header-phone{
    margin-right: 70px;
}
.header-phonenum{
    font-size: 24px;
    color: #c00000;
}
.header-phonelx{
    color: #333333;
    font-size: 16px;
    padding: 0 5px;
}
.header-phone img,.header-phone span{
    vertical-align: middle;
}
.header-langul li{
    padding: 0 5px;
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    height: 60px;
    background: #e5e5e5;
}
.nav-ul li{
    position: relative;
}
.nav-ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.nav-ul li > a{
    line-height: 60px;
    font-size: 16px;
    color: #000;
    transition: all 0.3s;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.nav-ul li{
    flex: 1;
}
.nav-ul li:hover>a, .nav-ul li.nav-active > a{
    color: #fff;
    background: #ec700e; 
}
.nav-sub{
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 0px 3px;
    background: #fff;
    text-align: center;
    width: 100%;
}
.nav-sub dl dd a{
    display: block;
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #333;
}
.nav-sub dl dd:hover a{
    color: #009944;
}
.navToggle{
    margin-top: 25px;
}

@media(max-width:1200px){
    .logo{
        width: 400px;
        margin-top: 35px;
    }
}
@media(max-width:991px){
    .nav{
        display: none;
    }
    .header-topr{
        display: none;
    }
    .header-topm{
        height: 70px;
    }
    .logo{
        margin-top: 15px;
    }
}
@media(max-width:600px){
    .logo{
        width:300px;
        margin-top:20px;
    }
}

/*首页关于我们*/
#homeabout{
    margin-top: 70px;
}
.homeaboutl{
    width: 38.9%;
    position: relative;
   
}
.homeaboutltxt{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    top: 0;
    padding: 65px 70px 0 56px;
    color: #fff;
}
.homescale-img{
    overflow: hidden;
}
.homescale-img img{
    width: 100%;
    transition: all 1.5s;
}
.homeaboutl:hover .homescale-img img{
    transform: scale(1.1);
}
.homeaboutltxt h3{
    font-size: 30px;
}
.homeaboutltxt span{
    display: block;
    width: 58px;
    height: 4px;
    background: #fff;
    margin-top: 30px;
}
.homeaboutltxtm{
    margin-top: 44px;
    line-height: 30px;
}
.homeaboutltxt a{
    display: block;
    width: 160px;
    height: 48px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin-top: 80px;
}
.homeabout-box{
    display: flex;
}
.homeaboutr{
    width: 60%;
}
.homeaboutr-top{
    position: relative;
}
.homeaboutr-dev{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding:  70px 0 0 90px;
}
.homeaboutr-dev h3{
    font-size: 24px;
    color: #333333;
}
.homeaboutr-dev h4{
    font-size: 18px;
    color: #898f92;
    text-transform: uppercase;
    margin-top: 28px;
}
.homeaboutr-bot{
    display: flex;
}
.homeaboutr-honor{
    width: 50%;
}
.homeaboutr-video{
    width: 50%;
}
.homeaboutr-honor{
    background: #ec700e;
}
.homeaboutr-bot:hover .homescale-img img{
    transform: scale(1.1);
}
.homeaboutr-top:hover .homescale-img img{
    transform: scale(1.1);
}
.homeaboutr-honor span{
    display: block;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}
.homeaboutr-honor{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media(max-width:1600px){
    .homeaboutltxt{
        padding: 40px 30px 0 30px;
    }
}
@media(max-width:1400px){
    .homeaboutltxt{
        padding: 40px 30px 0 30px;
    }
    .homeaboutltxt a{
        margin-top: 30px;
    }
}
@media(max-width:1200px){
    .homeaboutltxt h3{
        font-size: 24px;
    }
    .homeaboutltxt span{
        margin-top: 20px;
    }
    .homeaboutltxtm{
        margin-top: 15px;
        line-height: 24px;
        font-size: 14px;
    }
    .homeaboutltxt {
        padding: 30px 20px 0 20px;
    }
}
@media(max-width:991px){
    .homeabout-box{
        flex-wrap: wrap; 
    }
    .homeaboutl{
        width: 100%;
    }
    .homeaboutltxt {
        padding: 80px 30px 0 30px;
    }
    .homeaboutr{
        width: 100%;
    }
    .homeaboutr-dev{
        padding: 30px 0 0 30px;
    }
}

@media(max-width:500px){
    .homeaboutltxt {
        padding: 30px 15px 0 15px;
    }
    #homeabout {
        margin-top: 40px;
    }
    .homeaboutr-dev h4 {
        font-size: 16px;
        margin-top: 15px;
    }
    .homeaboutr-honor span{
        font-size: 18px;
        margin-top: 10px;
    }
    .homeaboutr-honoriimg img{
        width: 40px;
    }
}

/*首页产品中心*/
#homepro{
    margin-top: 60px;
    background: url(../img/homepro-bg.jpg) no-repeat top center;
    padding: 60px 0 40px 0;
}
.hometit{
    text-align: center;
}
.hometit h3{
    font-size:36px;
    color: #fff;
}
.hometit h4{
    font-size:34px;
    color: #ccced3;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 16px;
}

#homepro-owl{
    margin-top: 46px;
}
.homepro-owltxt{
    background: #ffff;
}
.homepro-owltxttit span{
    display: block;
    width: 44px;
    height: 44px;
    background: #afafaf url(../img/homepro-owltxttitbg.png) no-repeat center;
}
.homepro-owltxttit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#homepro-owl .owl-item{
    padding: 0 15px;
}
.homepro-owltxt{
    padding: 24px 20px 40px 25px;
}
.homepro-owltxttit h3{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.homepro-owltxt h4{
    margin-top: 15px;
    color: #afafaf;
    line-height: 24px;
}
#homepro-owl .owl-item:hover .homepro-owltxttit h3{
    color: #ec700e;
}
#homepro-owl .owl-item:hover .homepro-owltxt span{
    background:#ec700e url(../img/homepro-owltxttitbg.png) no-repeat center;
}

#homepro-owl .owl-prev{
    width: 64px;
    height: 64px;
    background:#fff url(../img/homepro-prev.png) no-repeat center;
    border-radius: 0;
    opacity: 1;
    top: 50%;
    left:-130px;
    position: absolute;
    transition: all 0.3s;
}
#homepro-owl .owl-prev:hover{
    background:#ec700e url(../img/homepro-prevh.png) no-repeat center;
}
#homepro-owl .owl-next{
    width: 64px;
    height: 64px;
    background:#fff url(../img/homepro-next.png) no-repeat center;
    border-radius: 0;
    opacity: 1;
    top: 50%;
    right:-130px;
    position: absolute;
    transition: all 0.3s;
}
#homepro-owl .owl-next:hover{
    background:#ec700e url(../img/homepro-nexth.png) no-repeat center;
}
.homepro-owlpage{
    color: #fff;
}
.homepro-owlpage{
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepro-owlpagem{
    padding: 0 14px;
}
#homepro-owl .owl-pagination{
    opacity: 0;
}
#homepro-owl .owl-item:hover .homescale-img img{
    transform: scale(1.1);
}

@media(max-width:1800px){
    #homepro-owl{
        padding: 0 50px;
    }
    #homepro-owl .owl-prev{
        width: 50px;
        height: 50px;
        left: -50px;
    }
    #homepro-owl .owl-next{
        width: 50px;
        height: 50px;
        right: -50px;
    }
}
@media(max-width:1400px){
    #homepro-owl .owl-prev{
        left: -20px;
    }
    #homepro-owl .owl-next{
        right: -20px;
    }
}
@media(max-width:991px){
    #homepro-owl .owl-item{
        padding: 0 5px;
    }
    .homepro-owltxttit span{
        width: 22px;
        height: 22px;
    }
    .homepro-owltxt {
        padding: 15px 10px 20px 15px;
    }
    .homepro-owltxt h4 {
        margin-top: 5px;
        line-height: 24px;
        font-size: 14px;
    }
    #homepro-owl .owl-prev{
        top: 40%;
    }
    #homepro-owl .owl-next{
        top: 40%;
    }
    .hometit h3{
        font-size: 24px;
    }
    .hometit h4 {
        font-size: 22px;
        color: #ccced3;
        margin-top: 10px;
    }
    #homepro{
        margin-top: 30px;
        padding: 40px 0 30px 0;
    }
}
/*厂房设备*/
.hometit.hcolor h3{
    color: #333333;
} 
#homeequ{
    padding-top: 60px;
    background: url(../img/homeequ-bg.jpg) no-repeat top center;
    padding-bottom: 40px;
}
.homeequ-boxm{
    margin-top: 40px;
}
#homeequ-owl .owl-item{
    padding: 0 15px;
}
#homeequ-owl .owl-item h5{
    text-align: center;
    margin-top: 28px;
}
#homeequ-owl .owl-item:hover .homescale-img img{
    transform: scale(1.1);
} 
.homeequ-more{
    width: 142px;
    height: 48px;
    background: #ec700e;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 10px;
    margin:20px auto 0;
}
#homeequ-owl .owl-prev{
    background: url(../img/homeequ-prev.png) no-repeat;
    width: 16px;
    height: 29px;
    position: absolute;
    left:-76px;
    top:40%;
}
#homeequ-owl .owl-next{
    background: url(../img/homeequ-next.png) no-repeat;
    width: 16px;
    height: 29px;
    position: absolute;
    right:-76px;
    top:40%;
}
#homeequ-owl .owl-prev:hover{
    background: url(../img/homeequ-prevh.png) no-repeat;
}
#homeequ-owl .owl-next:hover{
    background: url(../img/homeequ-nexth.png) no-repeat;
}

@media(max-width:1600px){
    #homeequ-owl{
        padding: 0 50px;
    }
    #homeequ-owl .owl-prev{
        left: -30px;
    }
    #homeequ-owl .owl-next{
        right: -30px;
    }
}
@media(max-width:991px){
    #homeequ-owl .owl-prev{
        left: -20px;
    }
    #homeequ-owl .owl-next{
        right: -20px;
    }
    .homeequ-more{
        margin: 30px auto 0;
    }
    #homeequ{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
}
/*首页新闻中心*/
#homenews{
    padding-top: 40px;
}
.homenews-boxml{
    float: left;
    width: 50%;
}
.homenews-boxmr{
    float: left;
    width: 50%;
}
.homenews-boxm{
    margin-top: 45px;
}
.homenews-boxml .swiper-pagination{
    bottom: 20px;
    text-align: right;
    padding-right: 38px;
}
.homenews-swiper img{
    width: 100%;
}
.homenews-boxml .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #4e4e4e;
    border-radius: 20px;
    opacity: 1;
    margin: 0 7px !important;
}
.homenews-boxml .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#eeeeee;
}
.homenews-boxml .homescale-img:hover img{
    transform: scale(1.1);
}

.homenews-boxmr{
    padding-left: 44px;
}
.homenews-boxmr ul li a{
    display: flex;
}
.homenews-rtime{
    width: 158px;
}
.homenews-rtxt{
    width: calc(100% - 158px);
}
.homenews-rtime h3{
    font-size: 51px;
    color:#707070;
}
.homenews-rtime h2{
    margin-top: 20px;
}

.homenews-boxmr ul li{
    border:1px solid #eeeeee;
    flex:1;
    margin-bottom: 27px;
    padding:30px 52px 20px 0;
}
.homenews-rtime{
    border-right:1px solid #eeeeee;
    text-align: center;
}
.homenews-rtxt h4{
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homenews-rtxt{
    padding-left: 50px;
}
.homenews-rtxt h5{
    margin-top: 24px;
    line-height:24px;
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.homenews-boxmr ul li:hover{
    background: #ec700e;
}
.homenews-boxmr ul li:hover .homenews-rtime h3{
    color: #fff;
}
.homenews-boxmr ul li:hover .homenews-rtime h2{
    color: #fff;
}
.homenews-boxmr ul li:hover .homenews-rtxt h5{
    color: #fff;
}
.homenews-boxmr ul li:hover .homenews-rtxt h4{
    color: #fff;
}
@media(max-width:1600px){
    .homenews-boxmr ul li{
        margin-bottom: 20px;
        padding: 23px 20px 20px 0;
    }
    .homenews-rtime h3{
        font-size: 40px;
    }
}
@media(max-width:1400px){
    .homenews-boxmr{
        padding-left: 30px;
    }
    .homenews-rtime{
        width: 130px;
    }
    .homenews-rtxt {
        width: calc(100% - 130px);
    }
    .homenews-rtxt {
        padding-left: 30px;
    }
    .homenews-rtxt h5{
        margin-top: 12px;
    }
    .homenews-boxmr ul li{
        padding:21px 20px 20px 0;
    }
}
@media(max-width:1200px){
    .homenews-boxmr{
        padding-left: 15px;
    }
    .homenews-rtxt h5{
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .homenews-boxmr ul li {
        padding: 15px 10px 10px 0;
    }
    .homenews-boxmr ul li{
        margin-bottom: 10px;
    }
    .homenews-rtxt {
        padding-left: 15px;
    }
    .homenews-rtime h3{
        font-size: 30px;
    }
    .homenews-rtime {
        width: 100px;
    }
    .homenews-rtxt {
        width: calc(100% - 100px);
    }
    .homenews-rtxt h4{
        font-size: 16px;
    }
    .homenews-rtxt h5{
        margin-top: 11px;
    }
}  
@media(max-width:991px){
    .homenews-boxml{
        width: 100%;
    }
    .homenews-boxmr{
        margin-top: 30px;
        padding-left: 0;
        width: 100%;
    }
} 
/*合作伙伴*/
#homepar{
    margin-top: 60px;
}
.homepar-boxm{
    margin: 34px 0;
}
#homepar-owl .owl-item{
    padding: 0 11px;
}
#homepar-owl .owl-item h3{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
#homepar-owl .owl-item:hover .homescale-img img{
    transform: scale(1.1);
}
#homepar-owl a{
    display: block;
}
@media(max-width:991px){
    #homepar-owl .owl-item{
        padding: 0;
    }
    #homepar{
        margin-top: 30px;
    }
}
/*底部*/
#footer{
    background: #2f2f2f;
    padding-top: 40px;
}
.footer-sou{
    width: 21.4%;
    position: relative;
    line-height: 42px;
}
.footer-sou input{
    width: 100%;
    background: none;
    color: #9a9a9a;
    border:none;
    padding-left: 20px;
    border-bottom:2px solid #fff;
    outline:none;
}
.footer-sou .footer-souimg{
    position: absolute;
    right: 12px;
    top: 0;
    cursor: pointer;
}
.footer-box{
    display: flex;
    justify-content: space-between;
}
.footer-nav{
    width: 26%;
}
.footer-nav ul li a{
    color: #9a9a9a;
}
.footer-nav ul{
    display: flex;
    flex-wrap: wrap;
}
.footer-nav ul li{
    width: 25%;
    line-height: 30px;
}
.footer-nav h4{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.footer-nav ul{
    margin-top: 30px;
}
.footer-contact{
    width: 40%;
    color: #9a9a9a;
}
.footer-contact h4{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.footer-contact ul{
    margin-top: 20px;
}
.footer-contact ul li{
    line-height: 30px;
}
.footer-contact ul li img{
    margin-right: 10px;
}
.footer-box{
    padding-bottom: 60px;
}
.footer-copyright{
    background: #1e1e1e;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
.footer-copyrightm{
    display: flex;
    justify-content: space-between;
    color: #919191;
}
@media(max-width:1600px){
    .footer-contact ul li{
        white-space: nowrap;
    }
}
@media(max-width:1200px){
    .footer-nav {
        width: 35%;
    }
}
@media(max-width:991px){
    .footer-sou{
        display: none;
    }
    .footer-nav{
        width: 50%;
    }
    .footer-contact{
        width: 50%;
    }
    .footer-copyright{
        height: auto;
    }
    .footer-copyrightm{
        flex-wrap: wrap;
    }
    .footer-copyright {
        padding:10px 0;
        line-height: 24px;
        font-size: 14px;
    }
}
@media(max-width:768px){
    .footer-nav{
        width: 100%;
    }
    .footer-contact{
        width:100%;
        margin-top: 30px;
    }
    .footer-box{
        flex-wrap: wrap;
    }
    .footer-nav ul {
        margin-top: 10px;
        font-size: 14px;
    }
    .footer-nav ul li {
        width: 25%;
        line-height: 25px;
    }
    .footer-nav h4{
        font-size: 16px;
    }
    .footer-contact h4{
        font-size: 16px;
    }
    .footer-contact ul li{
        font-size: 14px;
        line-height: 24px;
    }
}
/*产品中心*/
.procateul{
    display: flex;
    justify-content:center;
}
.procate{
    height: 68px;
    /* line-height: 66px; */
    border-bottom: 1px solid #f2f2f2;
}
.procateul li{
    margin: 0 50px;
}
.procateul li a{
    color: #666666;
    border-bottom: 2px solid transparent;
    padding: 0 12px;
    display: block;
    line-height: 65px;
}
.procateul li:hover a{
    color: #ec700e;
    border-bottom: 2px solid #ec700e;
    font-weight: bold;
} 
.procpzs{
    background:#f2f2f2;
    padding-top: 50px;
}
.procate .procate-Act a{
    color: #ec700e;
    border-bottom: 2px solid #ec700e;
    font-weight: bold;
}
.procpzs ul li{
    margin-bottom: 30px;
}
.procpzs ul li:hover .homescale-img img{
    transform: scale(1.1);
}
.procpzs  ul li:hover .homepro-owltxttit h3{
    color: #ec700e;
}
.procpzs  ul li:hover .homepro-owltxttit span{
    background: #ec700e url(../img/homepro-owltxttitbg.png) no-repeat center;
}
.prophone-tit{
    display: none;
    height: 60px;
    line-height: 60px;
}

@media(max-width:991px){
    .prophone-tit{
        display: block;
    }
    .procate{
        display: none;
        height: auto;
        line-height: 35px;
        padding-bottom: 20px;
    }
    .procate .procate-Act a{
        border-bottom: none;
    }
    .procateul li:hover a{
        border-bottom:none;
    } 
    .procateul li a{
        border-bottom: none;
        line-height: 48px;
    }
    .procateul{
        display: block;
    }
    .procateul li{
        text-align: center;
    }
    .prophone-tit .navToggle{
        margin-top:22px;
    }
}   


/* 联系我们 */
.contact-main{
    padding-top: 100px;
}
.contact-title{
    text-align: center;
    color: #333;
    margin-bottom: 64px;
}
.contact-title h2{
    font-weight: bold;
    display: inline-block;
    font-size: 36px;
    line-height: 38px;
    position: relative;
    z-index: 11;
}
.contact-title h2::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #ec700e;
    bottom: 1px;
    left: 0px;
    z-index: -1;
}
.contact-ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 76px;
}
.contact-ul li{
    padding: 0 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    font-weight: bold;
}
.contact-icon{
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    text-align: center;
    line-height: 92px;
    margin-bottom: 26px;
}
.contact-icon img{
    transition: all .8s;
}
.contact-ul li:hover .contact-icon img{
    transform: rotateY(180deg);
}
.contact-ul li h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 2px;
}
.contact-ul li p{
    line-height: 24px;
    font-size: 20px;
    max-width: 240px;
    text-align: center;
}
.contact-ditu-main{
    display: flex;
    margin-bottom: 80px;
}
.contact-dleft{
    width: 51%;
    border: 1px solid #e7e7e7;
    padding-left: 70px;
    padding-right: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-dright{
    width: 49%;
    overflow: hidden;
}
.contact-dright img{
    width: 100%;
    display: block;
}
.contact-dul li{
    display: flex;
    align-items: center;
    padding: 27px 0;
}
.contact-dul li .contact-dicon{
    text-align: center;
    margin-right: 26px;
    width: 18px;
}
.contact-dul li .contact-dinfo{
    font-size: 18px;
    line-height: 24px;
    color: #666;
    position: relative;
    width: calc(100% - 44px);
}
.contact-dul li .contact-dinfo::after{
    content: "";
    position: absolute;
    width: calc(100% - 18px);
    left: 18px;
    bottom: -27px;
    height: 1px;
    background-color: #eeeeee;
}
.contact-dul li:last-child .contact-dinfo::after{
    display: none;
}
@media(max-width: 1200px){
    .contact-main{
        padding-top: 80px;
    }
    .contact-title{
        margin-bottom: 50px;
    }
    .contact-ul li p{
        line-height: 36px;
        font-size: 22px;
    }
    .contact-ul{
        margin-bottom: 60px;
    }
    .contact-dleft{
        padding-left: 45px;
        padding-right: 65px;
    }
    .contact-dul li{
        padding: 16px 0px;
    }
    .contact-dul li .contact-dinfo::after{
        bottom: -16px;
    }
}
@media(max-width: 991px){
    .contact-main{
        padding-top: 60px;
    }
    .contact-title{
        margin-bottom: 30px;
    }
    .contact-icon{
        margin-bottom: 20px;
    }
    .contact-ul li h3{
        font-size: 18px;
    }
    .contact-ul li{
        padding: 0px;
    }
    .contact-ul li p{
        line-height: 32px;
        font-size: 20px;
    }
    .contact-ul{
        margin-bottom: 40px;
    }
    .contact-ditu-main{
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .contact-dleft{
        width: 100%;
        padding: 20px 40px;
    }
    .contact-dright{
        width: 100%;
    }
}
@media(max-width: 767px){
    .contact-ul{
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .contact-ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-title h2{
        font-size: 30px;
    }
    .contact-main{
        padding-top: 50px;
    }
    .contact-dleft{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-dul li .contact-dicon{
        margin-right: 15px;
    }
    .contact-dul li .contact-dinfo{
        font-size: 16px;
    }
}

/* 客户案例 */
.scase-main{
    padding-top: 84px;
}
.scase-img{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.scase-img img{
    display: block;
    width: 100%;
    transition: all 1s;
}
.scase-ul li p{
    margin-top: 32px;
    margin-bottom: 50px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.scase-ul li:hover .scase-img img{
    transform: scale(1.1);
}
.scase-ul li:hover p{
    color: #ec700e;
}
.scase-page{
    margin-top: 28px;
    margin-bottom: 80px;
}
@media(max-width: 991px){
    .scase-ul li p{
        margin-bottom: 20px;
        font-size: 16px;
        margin-top: 20px;
    }
    .scase-main{
        padding-top: 60px;
    }
    .scase-page{
        margin-bottom: 60px;
    }
}
@media(max-width: 767px){
    .scase-main{
        padding-top: 50px;
    }
    .scase-page{
        margin-bottom: 50px;
    }
}
/* 新闻 */
.snews-main{
    padding-top: 78px;
}
.snews-sitem{
    display: flex;
}
.snews-simg{
    width: 50%;
    overflow: hidden;
}
.snews-simg img{
    display: block;
    width: 100%;
    transition: all 1s;
}
.snews-simg:hover img{
    transform: scale(1.1);
}
.snews-sinfo{
    width: 50%;
    border: 1px solid #e6e6e6;
    border-left: none;
    padding: 0 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.snews-sinfo span{
    color: #969696;
    font-size: 16px;
    display: block;
    margin-bottom: 25px;
}
.snews-sinfo h2{
    color: #333;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.snews-stxt{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.snews-stxt p:first-child{
    margin-bottom: 30px;
}
.snews-smore{
    display: block;
    margin-top: 26px;
    width: 140px;
    background-color: #ec700e;
    height: 48px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
}
.snews-swiper .swiper-wrapper{
    padding-bottom: 40px;
}
.snews-swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #d2d2d2;
    border-radius: 20px;
    opacity: 1;
    border: none;
    position: relative;
}
.snews-swiper .swiper-pagination-bullet-active{
    background: #ec700e;
}
.snews-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 9px;
}
.snews-swiper > .swiper-pagination-bullets{
    bottom: 0px;
}
.snews-list{
    margin-top: 18px;
}
.snews-list li{
    padding-top: 54px;
    display: flex;
    padding-bottom: 27px;
    border-bottom: 1px solid #ebebeb;
}
.snews-img{
    width: 354px;
    margin-right: 100px;
    overflow: hidden;
}
.snews-img img{
    display: block;
    width: 100%;
    transition: all .8s;
}
.snews-info{
    width: calc(100% - 454px);
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.snews-time{
    display: block;
    font-size: 14px;
    color: #969696;
    background: url(../img/news_time_icon.png) no-repeat left center;
    padding-left: 20px;
    line-height: 24px;
    /* margin-bottom: 18px; */
}
.snews-info h3{
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.snews-info h3 > a{
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.snews-txt{
    /* margin-top: 18px; */
    color: #969696;
    line-height: 28px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.snews-more{
    margin-top: 0px;
    height: 36px;
    width: 118px;
    display: block;
    background-color: #b3b3b3;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    transition: all .8s;
}
.snews-list li:hover .snews-img img{
    transform: scale(1.1);
}
.snews-list li:hover .snews-info h3 a{
    color: #ec700e;
}
.snews-list li:hover .snews-more{
    background-color: #ec700e;
}
.snews-page{
    margin-top: 72px;
    margin-bottom: 106px;
}
@media(max-width: 1400px){
    .snews-sinfo{
        padding: 0 50px;
    }
    .snews-stxt p:first-child{
        margin-bottom: 0px;
    }
    .snews-sinfo h2{
        margin-bottom: 20px;
    }
    .snews-sinfo span{
        margin-bottom: 15px;
    }
    .snews-img{
        margin-right: 60px;
    }
    .snews-info {
        width: calc(100% - 394px);
    }
}
@media(max-width: 1200px){
    .snews-sinfo{
        padding: 0 30px;
    }
    .snews-stxt{
        font-size: 14px;
        line-height: 24px;
    }
    .snews-sinfo h2{
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }
    .snews-smore{
        width: 118px;
        height: 36px;
        line-height: 36px;
        margin-top: 20px;
    }
    .snews-sinfo span{
        margin-bottom: 5px;
    }
    .snews-list li{
        padding-top: 30px;
    }
    .snews-img{
        margin-right: 40px;
    }
    .snews-info {
        width: calc(100% - 374px);
        padding-right: 40px;
    }
    .snews-page{
        margin-bottom: 80px;
    }
}
@media(max-width: 991px){
    .snews-main{
        padding-top: 60px;
    }
    .snews-sitem{
        flex-wrap: wrap;
    }
    .snews-simg{
        width: 100%;
    }
    .snews-sinfo{
        width: 100%;
        border-left: 1px solid #e6e6e6;
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: none;
    }
    .snews-sinfo span{
        margin-bottom: 15px;
    }
    .snews-list{
        margin-top: 0px;
    }
    .snews-list li{
        flex-direction: column;
        padding: 20px 0px;
    }
    .snews-img{
        margin: 0 auto 20px;
    }
    .snews-info{
        width: 100%;
        padding: 0 20px;
    }
    .snews-time{
        margin-bottom: 10px;
    }
    .snews-txt{
        margin-top: 10px;
    }
    .snews-more{
        margin-top: 12px;
    }
    .snews-page{
        margin-top: 50px;
        margin-bottom: 60px;
    }
}
@media(max-width: 599px){
    .snews-main{
        padding-top: 50px;
    }
    .snews-page{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .snews-sinfo{
        padding: 20px 10px;
    }
    .snews-info{
        padding: 0px;
    }
}
/* 合作伙伴 */
.inside-bmask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.54);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 32px;
}
.inside-bmask h3{
    margin-bottom: 15px;
}
@media(max-width: 767px){
    .inside-bmask{
        font-size: 20px;
    }
    .inside-bmask h3{
        margin-bottom: 6px;
    }
}
/* 发展历程 */
.inside-bhis{
    background-color: transparent;
    align-items: flex-end;
}
.inside-histit{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.inside-bhis h3{
    color: #ec700e;
    padding-right: 116px;
}
.inside-bhis span{
    padding-right: 116px;
}
.shistory-title{
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 52px;
}
/* .history-ul li{
    position: relative;
    padding: 50px 115px 50px 0px;
    border-bottom: 1px solid #ececec;
}
.history-ul li:first-child{
    border-top: 1px solid #ececec;
}
.his-time{
    width: 17%;
    text-align: right;
    float: left;
    color: #333;
    padding-top: 70px;
    padding-right: 25px;
}
.his-time h3{
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
}
.his-time h3 > span{
    font-size: 20px;
    padding-left: 16px;
    line-height: 28px;
}
.his-line{
    height: 100%;
    width: 20px;
    position: absolute;
    background: red;
    top: 0px;
    left: 17%;
}
.his-line::after{
    position: absolute;
    width: 1px;
    background-color: #ececec;
    content: "";
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.his-img{
    float: left;
} */
.history-ul li{
    position: relative;
    display: flex;
    padding-right: 115px;
    border-bottom: 1px solid #ececec;
}
.history-ul li:first-child{
    border-top: 1px solid #ececec;
}
.his-left{
    display: flex;
    width: 65.5%;
}
.his-time{
    width: 27%;
    text-align: right;
    color: #333;
    padding-right: 25px;
    margin-top: 120px;
}
.his-time h3{
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
}
.his-time h3 > span{
    font-size: 20px;
    padding-left: 16px;
    line-height: 28px;
}
.his-img{
    margin-top: 50px;
    margin-bottom: 50px;
}
.his-line{
    /* height: 100%; */
    width: 20px;
    position: relative;
}
.his-line i{
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ececec;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.his-line::after{
    width: 100%;
    height: 7px;
    position: absolute;
    background-color: #c2c2c2;
    content: "";
    left: 0px;
    top: 136px;
}
.his-info{
    width: 69.8%;
    padding-left: 65px;
    margin-top: 120px;
    padding-right: 50px;
}
.his-info h4{
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
}
.his-info span{
    color: #666;
    line-height: 24px;
    font-size: 16px;
}
.his-img{
    width: 34.5%;
    overflow: hidden;
}
.his-img img{
    width: 100%;
    display: block;
    transition: all .8s;
}
.history-ul li.on .his-line::after{
    background-color: #ec700e;
}
.history-ul li:hover .his-img img{
    transform: scale(1.1);
}
.history-ul li:first-child .his-line::before{
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #313131;
}
.shistory-main{
    padding-bottom: 60px;
}
@media(max-width: 1400px){
    .his-time{
        margin-top: 95px;
    }
    .his-line::after{
        top: 112px;
    }
    .his-info{
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 95px;
    }
}
@media(max-width: 1200px){
    .history-ul li{
        padding-right: 40px;
    }
}
@media(max-width: 991px){
    .shistory-title{
        margin-top: 30px;
    }
    .history-ul li{
        flex-direction: column-reverse;
        padding: 20px 0px;
    }
    .his-img{
        margin: 0 auto;
        width: 100%;
        max-width: 414px;
    }
    .his-left{
        width: 100%;
    }
    .his-line{
        display: none;
    }
    .his-time{
        margin-top: 30px;
        width: 100px;
        padding-right: 0px;
    }
    .his-time h3{
        font-size: 20px;
        line-height: 24px;
    }
    .his-time h3 > span{
        font-size: 16px;
        padding-left: 10px;
        line-height: 24px;
    }
    .his-info{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
        width: calc(100% - 100px);
    }
    .his-info h4{
        margin-bottom: 12px;
    }
}
@media(max-width: 767px){
    .inside-histit{
        display: block;
        text-align: right;
        width: 100%;
    }
    .shistory-title{
        margin-top: 20px;
        font-size: 28px;
        margin-bottom: 30px;
    }
}
@media(max-width: 599px){
    .his-left{
        flex-direction: column;
    }
    .his-time{
        margin-top: 20px;
        text-align: left;
    }
    .his-info{
        width: 100%;
        padding: 0px;
        margin-top: 18px;
    }
    .shistory-main{
        padding-bottom: 50px;
    }
}



/********公司介绍*********/
.gsjs-topl{
    float: left;
    width: 50%;
    padding-right: 75px;
}
.gsjs-topr{
    float: left;
    width: 50%;
    margin-top: 40px;
}
.gsjs-top{
    margin-top: 80px;
}
.gsjs-topr:hover img{
    transform: scale(1.1);
}
.gsjs-topl h3{
    font-size: 32px;
    color: #333333;
}
.gsjs-topl h4{
    font-size: 24px;
    color: #ec700e;
    margin: 46px 0 50px;
}
.gsjs-topltxt{
    color: #666666;
    line-height: 35px;
}
.gsjs-num{
    background: url(../img/gsjs-numbg.jpg) no-repeat top center;
    margin-top: 100px;
    padding-top: 65px;
}
.gsjs-num{
    height: 500px;
}
.gsjs-numtit{
    font-size: 32px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    line-height: 32px;
    padding-bottom: 60px;
}
.gsjs-numc{
    padding: 0 150px;
}
.gsjs-numbox{
    padding-top: 60px;
}
.gsjs-numul li h3{
    font-size: 100px;
    color: #fff;
}
.gsjs-numul li{
    text-align: center;
}
.gsjs-numul li span{
    color: #fff;
}
.gsjs-video{
    padding: 100px 0;
    background: url(../img/gsjs-videobg.jpg) no-repeat top center;
}
.gsjs-videoboximg{
    width: 56%;
    margin: 0 auto;
}
.gsjs-videoboximg img{
    width: 100%;
}
.gsjs-videoboximg video{
    width: 100%;
}
@media(max-width:1400px){
    .gsjs-topl h4{
        margin: 30px 0 30px;
    }
    .gsjs-topltxt{
        line-height: 32px;
    }
}
@media(max-width:1200px){
    .gsjs-topl h3{
        font-size: 24px;
    }
    .gsjs-topl h4{
        font-size: 18px;
    }
    .gsjs-topl h4{
        margin:20px 0 20px;
    }
    .gsjs-topltxt {
        line-height: 24px;
        font-size: 14px;
    }
    .gsjs-numul li h3{
        font-size: 60px;
    }
    .gsjs-num{
        height: 400px;
    }
}
@media(max-width:991px){
    .gsjs-topl {
        float: left;
        width: 100%;
        padding-right: 0;
    }
    .gsjs-top {
        margin-top: 30px;
    }
    .gsjs-topr {
        width: 100%;
        margin-top: 20px;
    }
    .gsjs-numc {
        padding: 0 50px;
    }
    .gsjs-videoboximg{
        width: 80%;
    }
    .gsjs-video{
        padding: 30px 0;
    }
}
@media(max-width:768px){
    .gsjs-numc{
        padding: 0 20px;
    }
    .gsjs-numul li h3{
        font-size: 40px;
    }
}
@media(max-width:449px){
    .gsjs-top {
        margin-top:10px;
    }
    
}
/*产品详情*/
.prodtail-tit{
    background: url(../img/prodetail-titbg.jpg) no-repeat top center;
    height: 180px;
}

.prodtail-titml{
    padding: 67px 0 0 100px;
}
.prodtail-titml h3{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.prodtail-titmnav a{
    color: #fff;
}
.prodtail-titmnav{
    margin-top:10px;
}
.prodtail-titmr h4{
    line-height: 48px;
    margin-top: 91px;
    width: 150px;
    height: 48px;
    background: #fff;
    color: #ec700e;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.prodtail-topbig .swiper-slide img{
    width: 100%;
}
.prodtail-titm{
    display: flex;
    justify-content: space-between;
}
.prodtail-topl{
    float: left;
    width: 50%;
}
.prodtail-topr{
    float: left;
    width: 50%;
    padding-left: 90px;
}
.prodtail-top{
    margin-top: 100px;
}
.prodtail-topbig{
    border:1px solid #dcdcdc;
    margin-bottom: 26px;
}
.prodtail-topl .gallery-thumbs .swiper-slide .prosmall-img{
    border:1px solid #dcdcdc;
    overflow: hidden;
    padding:0px 1px 1px 0;
}
.prodtail-topl .gallery-thumbs .swiper-slide .prosmall-img img{
    width: 100%;
}
.prodtail-topr h3{
    font-size: 30px;
    color: #ec700e;
    font-weight: bold;
}
.prodtail-toprtxt{
    font-size: 18px;
    color: #666666;
    margin-top: 60px;
    line-height: 35px;
}
.prodtail-topr a{
    display: block;
    width: 160px;
    height: 55px;
    background: #313131;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    font-style: italic;
    border-bottom: 3px solid #545454;
    margin-top: 94px;
}
.cptd{
    margin-top: 50px;
}
.cptdtit{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    height: 67px;
    line-height: 67px;
    background: url(../img/cptdtit-bg.jpg) repeat-x center;
}
.cptdtxt{
    padding: 60px 140px 90px;
    color: #666666;
    font-size: 18px;
    line-height: 35px;
}
.jscs-ul li{
    padding: 0 140px;
}
.jscs-ul dl{
    display: flex;
}
.jscs-ul dl dd{
    flex:1;
}
.jscs-ul dl dd:nth-of-type(4){
    flex: 2;
}
.jscs-ul dl dd:nth-of-type(5){
    flex: 3;
}

.jscs-ul li{
    height: 80px;
    background: #f2f2f2;
}
.jscs-ul li:nth-of-type(2n){
    background: #e5e5e5;
}
.jscs-ul li.jscs-one{
    height: 50px;
    background: #313131;
    color: #fff;
}
.jscs-ul li.jscs-one dd{
    line-height: 50px;
    font-weight: bold;
}
.jscs-ul li:not(:first-child) dl{
    align-items: center;
    height: 80px;
}
.jscs-imgs{
    display: none;
}
.jscs-imgs img{
    width: 100%;
}
/* .jscs-ul li:not(:first-child) dd:nth-of-type(2){
    line-height:40px;
} */
.tjcp{
    background: #f2f2f2;
    margin-top:60px;
    padding-bottom: 30px;
}
.tjcp-box h3{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}
@media(max-width:1200px){
    .prodtail-topr{
        padding-left: 30px;
    }
    .prodtail-topr h3{
        font-size: 24px;
    }
    .prodtail-toprtxt{
        font-size: 16px;
        margin-top: 20px;
        line-height: 30px;
    }
    .prodtail-topr a{
        margin-top: 30px;
    }
    .cptdtxt{
        padding: 40px 30px 50px;
    }
    .jscs-ul li{
        padding: 0 30px;
    }
}


@media(max-width:991px){
    .prodtail-titml {
        padding: 40px 0 0 0px;
    }
    .prodtail-titmr h4{
        margin-top: 60px;
    }
    .prodtail-tit{
        height: 150px;
    }
    .prodtail-topl{
        width: 100%;
    }
    .prodtail-topr{
        width: 100%;
        margin-top: 40px;
    }
    .prodtail-top {
        margin-top: 40px;
    }
    .prodtail-topr{
        padding-left: 0;
    }
    .cptdtxt{
        font-size: 16px;
    }
    .cptdtxt {
        padding: 30px 30px 30px;
    }
    .jscs-ul dl dd{
        font-size: 14px;
    }
    .jscs-imgs{
        display:block;
    }
    .jscs-ul{
        display: none;
    }
    .tjcp{
        padding-bottom: 0;
    }
}
@media(max-width:768px){
    .prodtail-titml h3{
        font-size: 24px;
    }
    .prodtail-titmnav a{
        font-size: 14px;
    }
    .prodtail-titmnav{
        margin-top: 5px;
    }
    .prodtail-titmr h4{
        width: 110px;
        height: 45px;
        line-height: 45px;
        margin-top: 50px;
    }
    .cptdtxt{
        padding: 30px 0;
    }
    .tjcp{
        margin-top: 30px;
    }
}